โ– humdrum codex / glint v1.1.2
license AGPL-3.0
1.4 KB raw
id
TASK-041
title
Swap Home/End and Ctrl+Up/Down: line edges vs document edges
status
๐Ÿ Done
assignee
created_date
2026-07-09 04:42
updated_date
2026-07-09 05:13
labels
bug
dependencies
priority
medium
ordinal
40000

Description

Cmd+Left/Right (arriving as Home/End) jumped to the top/bottom of the document, and Ctrl+Up/Down moved to line start/end โ€” backwards from macOS convention. Home/End now move to line edges; Ctrl+Home/Ctrl+End (what Ghostty's cmd+up/cmd+down send: CSI 1;5H / CSI 1;5F) move to document edges, with Ctrl+Up/Ctrl+Down as aliases. Shift variants follow. Bubbletea's Key struct has no Cmd/Super modifier, so Cmd can only ever reach glint as a terminal-emitted escape sequence โ€” README now documents the four sequences plus Ghostty/iTerm2/Terminal.app config.

Acceptance Criteria